.w1200{
	width: 1200px;
	margin: 0 auto;
}

  /*导航*/

.nav{
	width: 100%;
	min-width: 1200px !important;
	height: 6rem;
	box-shadow:0rem 0.05rem 1.5rem #666;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
}
.nav .w1200{
	/*min-width: 1200px !important;*/
	position:relative;
}
.nav .w1200 h1{
	width: 6rem;
	height: 6rem;
	display: flex;
	align-items: center;
	float: left;
}
.nav .w1200 h1 a{
	display: block;
	width: 6rem;
	height: 6rem;
}
.nav .w1200 h1 a img{
	width: 6rem;
}
.nav .w1200 nav ul li{
	width: 6rem;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	float: left;
	font-size: 1.2rem;
	margin: 0 0.4rem;
	border-radius: 1.25rem;
}
.nav .w1200 nav ul li a{
	width: 6rem;
	height: 2rem;
	display: inline-block;
	text-align: center;
	line-height: 2rem;
	border-radius: 1.25rem;
}
.nav .w1200 nav ul li:last-child{
	margin-right: 0;
}
.nav .w1200 nav ul li a{
	color: #666;
}
.nav .w1200 nav ul li:hover{
	background: #ff7946;
}
.nav .w1200 nav ul li:hover a{
	color: #FFFFFF;
}
.nav .w1200 nav ul li:active{
	background: #ff7946;
}
.nav .w1200 nav ul li:active a{
	color: #FFFFFF;
}
.nav .w1200 nav{
	min-width: 760px;
	height: 96px;
	float: right;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
}

/*联系我们*/

.contact-bg{
    width: 100%;
    min-width: 1200px !important;
    height: 240px;
    margin-top: 50px;
    background-color: #333;
}
.contact{
	width:1200px;
	height: 240px;
}
.contact1{
    width: 12%;
    /*height: 240px;*/
    float: left;
}


.contact1 h3{
    font-size: 1.375rem;
    color: #e2e2e2;
    font-weight: 600;
    margin-top:50px;
    margin-bottom: 8px; 
}
.contact1 span{
    color: #999;
    font-size: 12px;
}
.contact2{
	margin-top: 50px;
	width: 16%;
	float: left;
}
.contact2 a{
	display: block;
	width: 100%;
	height: auto;
}
.contact .fg{
	display: inline-block;
	width: 2px;
	height: 140px;
	float: left;
	background-color: rgba(205,205,205,0.3);
	margin:50px 60px 0 22px;
}
.contact3{
	float: left;
    width: 14%;
}

.contact3 a{
    display: block;
    width: 80%;
/*    margin:0 10px;*/
}
.contact3 a:hover p{
	color: #ff7946;
}
.contact3 a img{
	width: 80%;
	height: auto;
	margin-bottom: 10px;
}
.contact3 a p{
	width: 80%;
	text-align:center;
	color: #999;
    font-size: 12px;
    line-height: 20px;
    /*text-align: center;*/
}
.contact2 p{
    font-size: 16px;
    color: #999;
    /*margin-bottom: 38px;*/
}

.contact2 ul li a{
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.contact2 ul li.shengm a{
	color: #e2e2e2;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 26px;
}
.contact4{
	float: left;
    width: 17%;
}

.contact4 a{
    display: block;
    width: 100%;
    text-align: center;
/*    margin:0 10px;*/
}
.contact4 a img{
	width: 44%;
	height: auto;
	margin-bottom: 6px;
}
.contact4 a p{
	width: 100%;
	color: #999;
    font-size: 16px;
    text-align: center;
}
.contact4 a p.jiak{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	font-size: 20px;
    /*text-align: center;*/
}
.contact4 a p img{
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
}
.contact2 ul li a:hover{
	color: #ff7946;
}
.end{
	min-width: 1200px !important;
	height: 60px;
	background-color:#000000;
}
.end .w1200{
	padding-top: 6px;
}
.end .w1200 p{
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.end .w1200 p a{
	color: #FFFFFF;
}
